broadway: Support ipad on-screen keyboard
authorAlexander Larsson <alexl@redhat.com>
Wed, 13 Nov 2013 11:20:07 +0000 (12:20 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 13 Nov 2013 11:23:06 +0000 (12:23 +0100)
commit4226f97d540ecd8cb5995184bfba7a1102560740
tree8be015371a590bba0143c3ebb337ee934c4cdcfd
parentca89f5ab93da6745fb7f5d3483ed2943fce6f94e
broadway: Support ipad on-screen keyboard

We add a custom im module for broadway that calls some broadway
specific APIs to show/hide the keyboard on focus in/out. We then forward this
to the browser, and on the ipad we focus an input field to activate
the keyboard.
15 files changed:
configure.ac
gdk/broadway/broadway-output.c
gdk/broadway/broadway-output.h
gdk/broadway/broadway-protocol.h
gdk/broadway/broadway-server.c
gdk/broadway/broadway.js
gdk/broadway/broadwayd.c
gdk/broadway/gdkbroadway-server.c
gdk/broadway/gdkbroadway-server.h
gdk/broadway/gdkbroadwaydisplay.h
gdk/broadway/gdkdisplay-broadway.c
gtk/gtkimmodule.c
gtk/gtksettings.c
modules/input/Makefile.am
modules/input/imbroadway.c [new file with mode: 0644]